Corona SDK Example – Load Progress Bar

This example demonstrates a progress bar that updates while assets are being loaded.  The typical use is when your assets are large enough that the user might think your app has frozen if there isn’t some sort of feedback. A few notes about the code below: Because of the way that the Corona SDK scopes … Continue reading Corona SDK Example – Load Progress Bar